home *** CD-ROM | disk | FTP | other *** search
- global gMasterData
-
- on prepareMovie
- setUserArea(gMasterData, #history)
- set the keyDownScript to "quitCatcher"
- cursor(0)
- end
-
- on stopMovie
- end
-
- on initFields
- set vEmptyList to ["decision field 1", "decision field 2", "decision field 3", "decision field 4", "decision field 5"]
- repeat with X in vEmptyList
- set the text of member X to " "
- set the textFont of member X to "Palatino"
- set the textSize of member X to 14
- set the text of member X to EMPTY
- end repeat
- end
-